block started by symbol

block started by symbol in Technology

memory
(BSS) The uninitialised data segment produced by Unix linkers. Objects in the bss segment have only a name and a size but no value.
Executable code is located in the code segment and initialised data in the data segment.
(2004-02-24)